PCA Index Dashboard Examples#
Ian’s Plot:#
x = np.linspace(0, 99, 100);
y = np.random.rand(100);
plt.plot(x, y, color = 'k', marker = 'x');
Jeremy’s Plots:#
This script was last run at 2024-03-24 10:11:38.343233+00:00 (UTC)
In US/Central Time, this is 2024-03-24 05:11:38.343233-05:00